.cannot-access .line {
  width: 800px;
  height: 1px;
  background-color: #F7F7F7;
  margin: 28px auto 24px auto;
}
.cannot-access .error-info {
  display: flex;
  justify-content: center;
  position: relative;
}
.cannot-access .error-info > div {
  display: flex;
  margin: 0 auto;
}
.cannot-access .error-info > div img {
  width: 148px;
}
.cannot-access .error-info > div .info-tip .error-status span:first-child {
  font-family: "Microsoft YaHei";
  font-weight: 800;
  font-size: 32px;
  color: #3D7EFF;
}
.cannot-access .error-info > div .info-tip .error-status span:last-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #2B2B2B;
}
.cannot-access .error-info > div .info-tip .error-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #999999;
}
.cannot-access .fast-nav a {
  display: inline-block;
  padding: 8px 16px;
  background: #F2F5F9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #19212C;
  margin-right: 20px;
  margin-bottom: 16px;
}
.cannot-access .fast-nav a:hover {
  color: #ffffff;
  background-color: #3D7EFF;
}
.cannot-access .cancel-location {
  margin-top: 44px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  text-align: center;
}
.cannot-access .cancel-location a {
  color: #3A74FF;
  cursor: pointer;
}
/*# sourceMappingURL=cannotAccess.css.map */